func github.com/golang/protobuf/jsonpb.isSingularWellKnownValue

3 uses

	github.com/golang/protobuf/jsonpb (current package)
		decode.go#L337: 		if raw == nil || (string(raw) == "null" && !isSingularWellKnownValue(fd) && !isSingularJSONPBUnmarshaler(field, fd)) {
		decode.go#L370: 		if raw == nil || (string(raw) == "null" && !isSingularWellKnownValue(fd) && !isSingularJSONPBUnmarshaler(field, fd)) {
		decode.go#L388: func isSingularWellKnownValue(fd protoreflect.FieldDescriptor) bool {